home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES.TXT < prev   
Text File  |  1991-11-16  |  5KB  |  130 lines

  1.                            SAMPLES.TXT
  2.  
  3.           Notes on Sample Programs Included with CMAKE 1.00
  4.  
  5.      *** SAMPLES\C:
  6.  
  7.          Demonstrates how to use CMAKE to maintain an MS-DOS(R)
  8.          application that is built with the programs: CL, LIB, and
  9.          LINK.
  10.  
  11.          README.TXT      Notes for this sample
  12.          MAKEFILE        Make file for "message.lib" and "greeting.exe"
  13.          GREETING.C      Program to print "Hello World"
  14.          HELLO.C         Function to print "Hello"
  15.          WORLD.C         Function to print "World"
  16.          GREETING.H      Include file for "greeting.c"
  17.          HELLO.H         Include file for "hello.c"
  18.          WORLD.H         Include file for "world.c"
  19.          GREETING.LNK    LINK response file for "greeting.exe"
  20.          MESSAGE.LRF     LIB response file for "message.lib"
  21.  
  22.      *** SAMPLES\CFG:
  23.  
  24.          Demonstrates all the possible types of statements that may
  25.          be used in a CMAKE configuration file.
  26.  
  27.          README.TXT      Notes for this sample
  28.          CMAKE.CFG       CMAKE configuration file
  29.  
  30.      *** SAMPLES\CMDDEF:
  31.  
  32.          Demonstrates how to add a new command to CMAKE's vocabulary
  33.          through the use of a command-definition statement in the
  34.          configuration file, "cmake.cfg".
  35.  
  36.          README.TXT      Notes for this sample
  37.          MAKEFILE        Make file for "target.txt"
  38.          SORTSUM.BAT     Batch program to combine two text files and
  39.                          sort the result
  40.          CMAKE.CFG       CMAKE configuration file to define the
  41.                          command, SORTSUM
  42.          SOURCE1.TXT     Source-file number 1
  43.          SOURCE2.TXT     Source-file number 2
  44.  
  45.      *** SAMPLES\CMDEQUIV:
  46.  
  47.          Demonstrates how to add a new command to CMAKE's vocabulary
  48.          through the use of a command-equivalence statement in the
  49.          configuration file, "cmake.cfg".
  50.  
  51.          README.TXT      Notes for this sample
  52.          MAKEFILE        Make file for "target.txt"
  53.          CMAKE.CFG       CMAKE configuration file to define the
  54.                          commands, SORT and FIND
  55.          1.TXT           Text-file number 1 (used as a source file)
  56.  
  57.  
  58.      *** SAMPLES\COPY:
  59.  
  60.          Demonstrates how CMAKE handles the MS-DOS COPY command.
  61.  
  62.          README.TXT      Notes for this sample
  63.          MAKEFILE        Make file to illustrate the use of the COPY
  64.                          command
  65.          SRC\1.SRC       Source-file number 1
  66.          SRC\2.SRC       Source-file number 2
  67.          SRC\MORE\3.SRC  Source-file number 3
  68.          TRG\1.TRG       Target-file number 1
  69.  
  70.      *** SAMPLES\IF:
  71.  
  72.          Demonstrates how to use if statements in a make file.
  73.  
  74.          README.TXT      Notes for this sample
  75.          MAKEFILE        Make file for "message.lib" and "greeting.exe"
  76.          GREETING.C      Program to print "Hello World"
  77.          HELLO.C         Function to print "Hello"
  78.          WORLD.C         Function to print "World"
  79.          GREETING.H      Include file for "greeting.c"
  80.          HELLO.H         Include file for "hello.c"
  81.          WORLD.H         Include file for "world.c"
  82.          GREETING.LNK    LINK response file for "greeting.exe"
  83.          MESSAGE.LRF     LIB response file for "message.lib"
  84.  
  85.      *** SAMPLES\MASM:
  86.  
  87.          Demonstrates how to use CMAKE to maintain an MS-DOS
  88.          application that is built with the programs: MASM, CL, LIB,
  89.          and LINK.
  90.  
  91.          README.TXT      Notes for this sample
  92.          MAKEFILE        Make file for "message.lib" and "greeting.exe"
  93.          A_HELLO.ASM     Function to call C function to print "Hello"
  94.          A_WORLD.ASM     Function to call C function to print "World"
  95.          GREETING.C      Program to print "Hello World"
  96.          HELLO.C         Function to print "Hello"
  97.          WORLD.C         Function to print "World"
  98.          A_HELLO.H       Include file for "a_hello.asm"
  99.          A_WORLD.H       Include file for "a_world.asm"
  100.          GREETING.H      Include file for "greeting.c"
  101.          HELLO.H         Include file for "hello.c"
  102.          WORLD.H         Include file for "world.c"
  103.          HELLO.INC       Include file for "hello.c"
  104.          WORLD.INC       Include file for "world.c"
  105.          GREETING.LNK    LINK response file for "greeting.exe"
  106.          MESSAGE.LRF     LIB response file for "message.lib"
  107.  
  108.  
  109.      *** SAMPLES\WINDOWS:
  110.  
  111.          Demonstrates how to use CMAKE to maintain a Microsoft
  112.          Windows(TM) application that is built with the programs: CL,
  113.          RC, and LINK.
  114.  
  115.          README.TXT      Notes for this sample
  116.          MAKEFILE        Make file for "hw.exe"
  117.          HW.C            Windows program with "Hello World" icon
  118.          HW.DEF          Module-definition file for "hw.exe"
  119.          HW.DLG          "About" dialog box
  120.          HW.H            Include file for "hw.c"
  121.          HW.ICO          "Hello World" icon
  122.          HW.LNK          LINK response file for "hw.exe"
  123.          HW.RC           Resource-script file for "hw.exe"
  124.  
  125.      -----------------------------------------------------------------
  126.      Microsoft and MS-DOS are registered trademarks of Microsoft
  127.      Corporation.
  128.  
  129.      Windows is a trademark of Microsoft Corporation.
  130.